projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece588d
)
(cua-mode): Deactivate mark when cua-mode is enabled.
author
Kim F. Storm
<storm@cua.dk>
Mon, 3 May 2004 14:26:23 +0000
(14:26 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 3 May 2004 14:26:23 +0000
(14:26 +0000)
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index 6a0e8a00cdea3f60d49f8c24ae092410d5319226..51b47b104d09f7bf72cc22a527c5b08bf555bed9 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-1336,6
+1336,7
@@
paste (in addition to the normal emacs bindings)."
(delete-selection-mode -1))
(if (and (boundp 'pc-selection-mode) pc-selection-mode)
(pc-selection-mode -1))
+ (cua--deactivate)
(setq transient-mark-mode (and cua-mode
(if cua-highlight-region-shift-only
(not cua--explicit-region-start)